home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Mac / Lib / lib-toolbox / Lists.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-06-23  |  1.2 KB  |  34 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4.  
  5. def FOUR_CHAR_CODE(x):
  6.     return x
  7.  
  8. listNotifyNothing = FOUR_CHAR_CODE('nada')
  9. listNotifyClick = FOUR_CHAR_CODE('clik')
  10. listNotifyDoubleClick = FOUR_CHAR_CODE('dblc')
  11. listNotifyPreClick = FOUR_CHAR_CODE('pclk')
  12. lDoVAutoscrollBit = 1
  13. lDoHAutoscrollBit = 0
  14. lDoVAutoscroll = 2
  15. lDoHAutoscroll = 1
  16. lOnlyOneBit = 7
  17. lExtendDragBit = 6
  18. lNoDisjointBit = 5
  19. lNoExtendBit = 4
  20. lNoRectBit = 3
  21. lUseSenseBit = 2
  22. lNoNilHiliteBit = 1
  23. lOnlyOne = -128
  24. lExtendDrag = 64
  25. lNoDisjoint = 32
  26. lNoExtend = 16
  27. lNoRect = 8
  28. lUseSense = 4
  29. lNoNilHilite = 2
  30. lInitMsg = 0
  31. lDrawMsg = 1
  32. lHiliteMsg = 2
  33. lCloseMsg = 3
  34.